Welcome![Sign In][Sign Up]
Location:
Search - sms p

Search list

[Other resourceMAPDocument

Description: 1. 总则 4 1.1. 概述 4 1.2. 卖方的建议书要求 5 1.3. 报价要求 6 2. 总体要求 7 2.1. 项目目标 7 2.2. 功能要求 7 2.3. 性能要求 7 2.4. 组网要求 7 2.5. 管理要求 8 2.6. 安全要求 8 3. 技术规范 9 3.1. 电子地图应用实现 9 3.1.1. 电子地图查询界面和方法 9 3.1.2. 电子地图回叫 10 3.1.3. 短信应用发布 11 3.1.4. 查询应用形式 11 3.2. 信息采编实现 12 3.2.1. 公交线路的编辑 12 3.2.2. 道路的编辑 12 3.2.3. 单位的编辑 12 3.2.4. 快速定位 13 3.2.5. 管理 13 3.2.6. 统计 13 3.2.7. 金融网点 13 3.2.8. 房产信息 14 3.2.9. 其他 14 3.3. 系统性能要求 14 3.4. 软件与数据库平台要求 14 3.5. 主机与存储设备要求 14 3.6. 系统安全性要求 14 3.7. 组网要求 14 3.8. 系统管理功能要求 15 3.9. 系统的可扩展性要求 16 3.10. 系统维护要求 16 4. 软件开发周期 18 5. 系统安装、调试、试运行及验收 19 5.1. 安装和调试 19 5.2. 验收 19 6. 技术服务和技术培训 20 6.1. 技术服务 20 6.2. 技术培训 20 7. 技术文件 -1. General 4 1.1. 1.2 Overview 4. The seller asked for proposals 1.3. Price asked 6 2. overall requirement 7 2.1. project objectives 7 2.2. the functional requirements of 7 2.3. 2.4 Performance Requirements 7. network requirements 7 2.5. Management requires 8 2.6. 8 3 safety requirements. 9 technical specification 3.1. Electronic Map Application Implementation 9 3 2.1.1. electronic maps interface and method 9 3.1.2. electronic maps call-back 10 3.1.3. should SMS release 3.1.4 with 11. Query Application Forms 11 3.2. Acquisition achieve 12 3.2.1. Bus Line the editorial Road 12 3.2.2. the editors road 12 3.2.3. the editorial unit 12 3.2.4. rapid positioning 13 3.2.5. management 13 3.2.6. statistics 13 3.2.7. financial 13 3.2 points. 8. Real Estate Information 14 3.2.9. other 14 3.3. system p
Platform: | Size: 177052 | Author: zxb | Hits:

[CSharpSMS短信发送平台

Description:

代码测试成功,非常不错的代码


Platform: | Size: 2387272 | Author: tianjiantnt2 | Hits:

[J2MESMS扩展配置.rar

Description:

1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹

2、将lib文件夹复制到你项目所在的lib,添加对应lib


import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.MessageEncodings;
import org.smslib.MessageProtocols;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.modem.SerialModemGateway;
import java.util.List;


public class SendSms {
    public SendSms() {
    }


    public void sendSMS(String[] phoneNumber) throws Exception {
        Service srv;
        OutboundMessage msg;

        OutboundNotification outboundNotification = new OutboundNotification();

        srv = new Service();
        SerialModemGateway gateway = new SerialModemGateway("modem.com1",
                "COM1", 9600, null, null);
        gateway.setInbound(true);
        gateway.setOutbound(true);
        gateway.setSimPin("0000");
        gateway.setOutboundNotification(outboundNotification);
        gateway.setProtocol(MessageProtocols.PDU);
        srv.addGateway(gateway);

        try {
            srv.startService();

            for (int i = 0; i < phoneNumber.length; i++) {
                msg = new OutboundMessage(phoneNumber[i], "您有会议待处理,请登陆查看!");
                msg.setEncoding(MessageEncodings.ENCUCS2);
                srv.sendMessage(msg);

            }

        } finally {
            srv.stopService();
        }
    }

    public class OutboundNotification implements IOutboundMessageNotification {
        public void process(String gatewayId, OutboundMessage msg) {
            System.out.println("Outbound handler called from Gateway: " +
                               gatewayId);
            System.out.println(msg);
        }
    }


    public static void main(String args[]) {
        SendSms app = new SendSms();
        try {
            app.doIt();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}
 


Platform: | Size: 1040178 | Author: idhuanghao | Hits:

[SMS手机 SMS PDU 格式参考手册

Description: 手机 SMS PDU 格式参考手册-phone SMS PDU format reference manual
Platform: | Size: 274432 | Author: 齐征 | Hits:

[Delphi VCLCSMSControl

Description: 用于delphi开发受机短信处理-Communicate with SMS (Short Message Services) for delphi
Platform: | Size: 16384 | Author: zwj | Hits:

[Program docGSM 终端编程开发PDU码短信

Description: 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mode GSM modem module UCS2 encoding, decoding principle, and GSM modems send and receive PDU Series presentation, the VB MSCOMM Control and achieve short GSM modem news transceiver core content.
Platform: | Size: 90112 | Author: 施登峰 | Hits:

[Software EngineeringMAPDocument

Description: 1. 总则 4 1.1. 概述 4 1.2. 卖方的建议书要求 5 1.3. 报价要求 6 2. 总体要求 7 2.1. 项目目标 7 2.2. 功能要求 7 2.3. 性能要求 7 2.4. 组网要求 7 2.5. 管理要求 8 2.6. 安全要求 8 3. 技术规范 9 3.1. 电子地图应用实现 9 3.1.1. 电子地图查询界面和方法 9 3.1.2. 电子地图回叫 10 3.1.3. 短信应用发布 11 3.1.4. 查询应用形式 11 3.2. 信息采编实现 12 3.2.1. 公交线路的编辑 12 3.2.2. 道路的编辑 12 3.2.3. 单位的编辑 12 3.2.4. 快速定位 13 3.2.5. 管理 13 3.2.6. 统计 13 3.2.7. 金融网点 13 3.2.8. 房产信息 14 3.2.9. 其他 14 3.3. 系统性能要求 14 3.4. 软件与数据库平台要求 14 3.5. 主机与存储设备要求 14 3.6. 系统安全性要求 14 3.7. 组网要求 14 3.8. 系统管理功能要求 15 3.9. 系统的可扩展性要求 16 3.10. 系统维护要求 16 4. 软件开发周期 18 5. 系统安装、调试、试运行及验收 19 5.1. 安装和调试 19 5.2. 验收 19 6. 技术服务和技术培训 20 6.1. 技术服务 20 6.2. 技术培训 20 7. 技术文件 -1. General 4 1.1. 1.2 Overview 4. The seller asked for proposals 1.3. Price asked 6 2. overall requirement 7 2.1. project objectives 7 2.2. the functional requirements of 7 2.3. 2.4 Performance Requirements 7. network requirements 7 2.5. Management requires 8 2.6. 8 3 safety requirements. 9 technical specification 3.1. Electronic Map Application Implementation 9 3 2.1.1. electronic maps interface and method 9 3.1.2. electronic maps call-back 10 3.1.3. should SMS release 3.1.4 with 11. Query Application Forms 11 3.2. Acquisition achieve 12 3.2.1. Bus Line the editorial Road 12 3.2.2. the editors road 12 3.2.3. the editorial unit 12 3.2.4. rapid positioning 13 3.2.5. management 13 3.2.6. statistics 13 3.2.7. financial 13 3.2 points. 8. Real Estate Information 14 3.2.9. other 14 3.3. system p
Platform: | Size: 177152 | Author: zxb | Hits:

[Windows DevelopWindowsMsg

Description: 目标 在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。 2. 策略 当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有 查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的 应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要 进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将 创建该函数的一个新版本,可用于应用程序中的任何地方。
Platform: | Size: 1024 | Author: 旺老财 | Hits:

[SMSpdu

Description: GSM的短信PDU编码功能的应用,ARM ADS1.2开发环境上的C程序-GSM SMS PDU coding enabled applications, ARM ADS1.2 development environment on the C program
Platform: | Size: 6144 | Author: dells | Hits:

[Communication-MobileGSM_sms_pdu

Description: 基于GSM短消息的编解码及编码实现.pdf 里面包含关键部分的源码!-Based on the GSM short message and encoding codecs realize. Pdf which contains a key part of the source code!
Platform: | Size: 378880 | Author: more | Hits:

[Software EngineeringSMPPLongSM

Description: 长短信实现原理:SP、自有应用将内容超过140个字节的短信拆分为多条内容不超过140个字节的短信,并正确配置Pk_total、Pk_number字段(具体字段说明参见附件CMPP协议第16页)。梦网网关、行业网关将长短信的各部分提交给同一短信中心下发并在用户终端进行组合,长短信全部接收后在手机终端显示为一条短信-The principle of a long message: SP, the contents of its own applications will be more than 140 bytes of text divided into a number of content is not more than 140 bytes of SMS, and correctly configured Pk_total, Pk_number field (see annex specific field description CMPP Agreement p. 16). Monternet Gateway, the industry long SMS Gateway will be submitted to the various parts of the same text message center issued and carried out in combination of user terminals, long after receiving text messages all the cell phone terminal shown as a text message
Platform: | Size: 51200 | Author: 叶好 | Hits:

[JSP/JavaSMSDecoder

Description: 一个sms格式的PPC端短信备份的还原工具。原备份软件BkGenuis包含在rar文件内。 PPC上有个绿色的单独的短信备份还原工具,备份的格式是sms,但是还原是直接还原至手机短信中,在PC端不可以直接阅读。故编写了这个java程序来实现sms格式的解码。输入是input.sms。输出是txt文本格式。-this tool can decode the sms format of message backup file on PPC. The backup software called BkGenuis is included in the rar document.
Platform: | Size: 44032 | Author: slice | Hits:

[SMSVC-SMS-PDU

Description: 一个VC收发短信的源码很不错希望对大家有帮助-A VC source code for sending and receiving text messages Is pretty good Want to help you.
Platform: | Size: 129024 | Author: 郭鹏 | Hits:

[SMSAT-PDU

Description: AT指令发送PDU模式短信详细设计流程,设计笔记。-SMS PDU mode AT command to send the detailed design process, design notes.
Platform: | Size: 6144 | Author: 陈晓东 | Hits:

[Communication-MobileGPRSInitCommand

Description: GPRS模块SIM300初始化命令,打电话拨号命令,挂机命令,发短信命令,GPRS连网命令,GPRS网络传输数据命令。包含模块最基本的用法,改变GPRS模块波特率的设置方法,掉电保持不变。-SIM300 GPRS module initialization command, the command dial phone, hang up the command, send SMS commands, GPRS networking commands, GPRS network to transfer data command. Contains the most basic use of the module, GPRS module to change the baud rate setting methods, power-down remains the same.
Platform: | Size: 1024 | Author: cxsys | Hits:

[SMSwww.mrhpx.co.nr-trojan-horse-sms-in-java-mobile-p

Description: this som sample of java-this is som sample of java
Platform: | Size: 858112 | Author: VARIS | Hits:

[Internet-Network短信16.6

Description: 通过 HTT P协议 自动 发 送 短 信(Send SMS automatically through HTT P protocol)
Platform: | Size: 57344 | Author: 小王888888 | Hits:

[Mathimatics-Numerical algorithmscoast41

Description: 可进行河网水质模拟,以及水动力模拟,对水域环境研究很有用(Water quality simulation of river network)
Platform: | Size: 25040896 | Author: zhou11 | Hits:

CodeBus www.codebus.net